Content Library Subscriptions VcenterInfo

Content Library Subscriptions VcenterInfo
Content Library Subscriptions VcenterInfo

The Content Library Subscriptions VcenterInfo schema contains information about the vCenter Server instance where the subscribed library associated with the subscription exists.

This schema was added in vSphere API 6.7.2.

JSON Example
{
    "hostname": "string",
    "https_port": 0,
    "server_guid": "string"
}
string
hostname
Required

Hostname of the vCenter Server instance where the subscribed library exists.

This property was added in vSphere API 6.7.2.

integer As int64 As int64
https_port
Optional

The HTTPS port of the vCenter Server instance where the subscribed library exists.

This property was added in vSphere API 6.7.2.

If missing or null, port 443 will be used.

string
server_guid
Required

The unique identifier of the vCenter Server where the subscribed library exists.

This property was added in vSphere API 6.7.2.